home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 735 / 735.xpi / chrome / answers.jar / content / sidebar.xul < prev    next >
Extensible Markup Language  |  2010-02-04  |  939b  |  28 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
  3.  
  4. <window id="mainWindow"
  5.    title="Answers Search XUL Application"
  6.    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  7.    xmlns:html="http://www.w3.org/1999/xhtml"
  8.    xmlns:xlink="http://www.w3.org/1999/xlink">
  9.  
  10. <script src="chrome://answers/content/answers.js" type="application/x-javascript" />
  11.                                                                                            
  12. <!-- UI Start -->
  13.  
  14.  
  15. <hbox id="main-box" flex="1">
  16.     <vbox flex="1" width="100" maxwidth="700">
  17.         <iframe id="content-body" type="content" src="http://www.answers.com/main/answers_sidebar.jsp" flex="1"/>
  18.         <toolbar flex="0"> 
  19.           <description>
  20.             Powered by <html:a href="http://www.answers.com" target="_main" style="color: blue">Answers.com</html:a>
  21.           </description>
  22.         </toolbar>
  23.     </vbox>
  24. </hbox>
  25.  
  26. </window>   
  27.  
  28.